﻿2026-06-05T23:17:23.3164308Z ##[group]Run actions/checkout@v5
2026-06-05T23:17:23.3166132Z with:
2026-06-05T23:17:23.3166976Z   repository: SaberMage/spt-core
2026-06-05T23:17:23.3174540Z   token: ***
2026-06-05T23:17:23.3175429Z   ssh-strict: true
2026-06-05T23:17:23.3176328Z   ssh-user: git
2026-06-05T23:17:23.3177130Z   persist-credentials: true
2026-06-05T23:17:23.3178015Z   clean: true
2026-06-05T23:17:23.3178822Z   sparse-checkout-cone-mode: true
2026-06-05T23:17:23.3179800Z   fetch-depth: 1
2026-06-05T23:17:23.3180604Z   fetch-tags: false
2026-06-05T23:17:23.3181410Z   show-progress: true
2026-06-05T23:17:23.3182216Z   lfs: false
2026-06-05T23:17:23.3182968Z   submodules: false
2026-06-05T23:17:23.3183839Z   set-safe-directory: true
2026-06-05T23:17:23.3185292Z ##[endgroup]
2026-06-05T23:17:23.4713006Z Syncing repository: SaberMage/spt-core
2026-06-05T23:17:23.4716769Z ##[group]Getting Git version info
2026-06-05T23:17:23.4718475Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-05T23:17:23.4721044Z [command]/usr/bin/git version
2026-06-05T23:17:23.4722088Z git version 2.34.1
2026-06-05T23:17:23.4731370Z ##[endgroup]
2026-06-05T23:17:23.4741210Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/4bcfe6c5-32af-494f-947f-62395dbe8a02/.gitconfig'
2026-06-05T23:17:23.4761794Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/4bcfe6c5-32af-494f-947f-62395dbe8a02' before making global git config changes
2026-06-05T23:17:23.4764612Z Adding repository directory to the temporary git global config as a safe directory
2026-06-05T23:17:23.4768863Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-05T23:17:23.4819664Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-05T23:17:23.4847791Z https://github.com/SaberMage/spt-core
2026-06-05T23:17:23.4866133Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-05T23:17:23.4872661Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-05T23:17:23.4901257Z refs/heads/dev-freeform
2026-06-05T23:17:23.4913731Z [command]/usr/bin/git checkout --detach
2026-06-05T23:17:23.4971287Z HEAD is now at 3f0904d feat(release): D6 — release pipeline, two-key trust anchor, signing tooling
2026-06-05T23:17:23.5027511Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-05T23:17:23.5065753Z Deleted branch dev-freeform (was 3f0904d).
2026-06-05T23:17:23.5120661Z ##[endgroup]
2026-06-05T23:17:23.5122805Z [command]/usr/bin/git submodule status
2026-06-05T23:17:23.5371606Z ##[group]Cleaning the repository
2026-06-05T23:17:23.5377965Z [command]/usr/bin/git clean -ffdx
2026-06-05T23:17:24.6290297Z Removing .adapter-notify/
2026-06-05T23:17:24.6292095Z Removing target/
2026-06-05T23:17:24.6311347Z [command]/usr/bin/git reset --hard HEAD
2026-06-05T23:17:24.6388345Z HEAD is now at 3f0904d feat(release): D6 — release pipeline, two-key trust anchor, signing tooling
2026-06-05T23:17:24.6397610Z ##[endgroup]
2026-06-05T23:17:24.6400457Z ##[group]Disabling automatic garbage collection
2026-06-05T23:17:24.6404466Z [command]/usr/bin/git config --local gc.auto 0
2026-06-05T23:17:24.6442849Z ##[endgroup]
2026-06-05T23:17:24.6445217Z ##[group]Setting up auth
2026-06-05T23:17:24.6453005Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-05T23:17:24.6495111Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-05T23:17:24.6735431Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-05T23:17:24.6777610Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-05T23:17:24.7016734Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-05T23:17:24.7057682Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-05T23:17:24.7299450Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-05T23:17:24.7358973Z ##[endgroup]
2026-06-05T23:17:24.7362002Z ##[group]Fetching the repository
2026-06-05T23:17:24.7373725Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +c8334dc73d24e46e2912d09a8ecffc0cecdb4d93:refs/remotes/origin/dev-freeform
2026-06-05T23:17:25.4610298Z From https://github.com/SaberMage/spt-core
2026-06-05T23:17:25.4615934Z  + 3f0904d...c8334dc c8334dc73d24e46e2912d09a8ecffc0cecdb4d93 -> origin/dev-freeform  (forced update)
2026-06-05T23:17:25.4653073Z ##[endgroup]
2026-06-05T23:17:25.4656004Z ##[group]Determining the checkout info
2026-06-05T23:17:25.4658998Z ##[endgroup]
2026-06-05T23:17:25.4662216Z [command]/usr/bin/git sparse-checkout disable
2026-06-05T23:17:25.4716988Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-05T23:17:25.4757802Z ##[group]Checking out the ref
2026-06-05T23:17:25.4764225Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-05T23:17:25.4864075Z Warning: you are leaving 1 commit behind, not connected to
2026-06-05T23:17:25.4866153Z any of your branches:
2026-06-05T23:17:25.4866965Z 
2026-06-05T23:17:25.4868575Z   3f0904d feat(release): D6 — release pipeline, two-key trust anchor, signing tooling
2026-06-05T23:17:25.4870545Z 
2026-06-05T23:17:25.4871633Z If you want to keep it by creating a new branch, this may be a good time
2026-06-05T23:17:25.4873972Z to do so with:
2026-06-05T23:17:25.4874765Z 
2026-06-05T23:17:25.4876946Z  git branch <new-branch-name> 3f0904d
2026-06-05T23:17:25.4878023Z 
2026-06-05T23:17:25.4878930Z Switched to a new branch 'dev-freeform'
2026-06-05T23:17:25.4989288Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-05T23:17:25.4995065Z ##[endgroup]
2026-06-05T23:17:25.4999867Z [command]/usr/bin/git log -1 --format=%H
2026-06-05T23:17:25.5001683Z c8334dc73d24e46e2912d09a8ecffc0cecdb4d93
